home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / programming / e / lsestuff / blaha.e < prev    next >
Text File  |  1999-11-29  |  350b  |  12 lines

  1.  
  2. PROC main()
  3.    wakeUp({little_thread}, 'little thread')
  4.    WriteF(' little thread is playing in the garden!\n')
  5. ENDPROC
  6.  
  7. PROC little_thread(mama) -> we keep mama with us a while
  8.   ->do initiations...    -> mama is kept on hold ..
  9.   imReady(mama)      -> let mama go do better things..
  10.   ->rest of program.. -> concour the world on our own..
  11. ENDPROC
  12.